-
Undocumented
See moreDeclaration
Swift
public enum Value<T> : Codable where T : Decodable, T : Encodable
extension Value: Equatable where T: Equatable
-
Whether extruded geometries are lit relative to the map or viewport.
See moreDeclaration
Swift
public struct Anchor : RawRepresentable, Codable, Hashable
-
Orientation of circle when map is pitched.
See moreDeclaration
Swift
public struct CirclePitchAlignment : RawRepresentable, Codable, Hashable
-
Controls the scaling behavior of the circle when the map is pitched.
See moreDeclaration
Swift
public struct CirclePitchScale : RawRepresentable, Codable, Hashable
-
Controls the frame of reference for
See morecircle-translate
.Declaration
Swift
public struct CircleTranslateAnchor : RawRepresentable, Codable, Hashable
-
Controls the frame of reference for
See morefill-extrusion-translate
.Declaration
Swift
public struct FillExtrusionTranslateAnchor : RawRepresentable, Codable, Hashable
-
Controls the frame of reference for
See morefill-translate
.Declaration
Swift
public struct FillTranslateAnchor : RawRepresentable, Codable, Hashable
-
Direction of light source when map is rotated.
See moreDeclaration
Swift
public struct HillshadeIlluminationAnchor : RawRepresentable, Codable, Hashable
-
Part of the icon placed closest to the anchor.
See moreDeclaration
Swift
public struct IconAnchor : RawRepresentable, Codable, Hashable
-
Orientation of icon when map is pitched.
See moreDeclaration
Swift
public struct IconPitchAlignment : RawRepresentable, Codable, Hashable
-
In combination with
See moresymbol-placement
, determines the rotation behavior of icons.Declaration
Swift
public struct IconRotationAlignment : RawRepresentable, Codable, Hashable
-
Scales the icon to fit around the associated text.
See moreDeclaration
Swift
public struct IconTextFit : RawRepresentable, Codable, Hashable
-
Controls the frame of reference for
See moreicon-translate
.Declaration
Swift
public struct IconTranslateAnchor : RawRepresentable, Codable, Hashable
-
The display of line endings.
See moreDeclaration
Swift
public struct LineCap : RawRepresentable, Codable, Hashable
-
The display of lines when joining.
See moreDeclaration
Swift
public struct LineJoin : RawRepresentable, Codable, Hashable
-
Controls the frame of reference for
See moreline-translate
.Declaration
Swift
public struct LineTranslateAnchor : RawRepresentable, Codable, Hashable
-
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
See moreDeclaration
Swift
public struct RasterResampling : RawRepresentable, Codable, Hashable
-
Undocumented
See moreDeclaration
Swift
public enum ResolvedImage : Codable
extension ResolvedImage: Equatable
-
Undocumented
See moreDeclaration
Swift
public struct ResolvedImageData : Codable, Equatable
-
The type of the sky
See moreDeclaration
Swift
public struct SkyType : RawRepresentable, Codable, Hashable
-
Defines rendering behavior of model in respect to other 3D scene objects.
See moreDeclaration
Swift
public struct ModelType : RawRepresentable, Codable, Hashable
-
Represents a color as defined by the Mapbox Style Spec
See moreDeclaration
Swift
public struct StyleColor : Codable, Equatable, RawRepresentable, ExpressibleByStringInterpolation
-
The transition property for a layer. A transition property controls timing for the interpolation between a transitionable style property’s previous value and new value.
See moreDeclaration
Swift
public struct StyleTransition : Codable
-
Label placement relative to its geometry.
See moreDeclaration
Swift
public struct SymbolPlacement : RawRepresentable, Codable, Hashable
-
Determines whether overlapping symbols in the same layer are rendered in the order that they appear in the data source or by their y-position relative to the viewport. To control the order and prioritization of symbols otherwise, use
See moresymbol-sort-key
.Declaration
Swift
public struct SymbolZOrder : RawRepresentable, Codable, Hashable
-
Part of the text placed closest to the anchor.
See moreDeclaration
Swift
public struct TextAnchor : RawRepresentable, Codable, Hashable
-
Text justification options.
See moreDeclaration
Swift
public struct TextJustify : RawRepresentable, Codable, Hashable
-
Orientation of text when map is pitched.
See moreDeclaration
Swift
public struct TextPitchAlignment : RawRepresentable, Codable, Hashable
-
In combination with
See moresymbol-placement
, determines the rotation behavior of the individual glyphs forming the text.Declaration
Swift
public struct TextRotationAlignment : RawRepresentable, Codable, Hashable
-
Specifies how to capitalize text, similar to the CSS
See moretext-transform
property.Declaration
Swift
public struct TextTransform : RawRepresentable, Codable, Hashable
-
Controls the frame of reference for
See moretext-translate
.Declaration
Swift
public struct TextTranslateAnchor : RawRepresentable, Codable, Hashable
-
The property allows control over a symbol’s orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single ‘vertical’ enum value. For symbol with point placement, the order of elements in an array define priority order for the placement of an orientation variant. For symbol with line placement, the default text writing mode is either [‘horizontal’, ‘vertical’] or [‘vertical’, ‘horizontal’], the order doesn’t affect the placement.
See moreDeclaration
Swift
public struct TextWritingMode : RawRepresentable, Codable, Hashable
-
Undocumented
See moreDeclaration
Swift
public enum Visibility : String, Codable